Manually Reported Runtime licensing embeds all of the licensing information directly into your application. Installation does not require any further licensing interaction. However, it is your responsibility to provide royalty reporting to Accusoft for the actual licenses deployed.
The Solution Name is:
Copy Code | |
---|---|
FormDirector fd = new FormDirector(); fd.Licensing.SetSolutionName("ACMEImaging"); |
The Solution Name must be set in order to use runtime licensing.
The Solution Key:
Copy Code | |
---|---|
FormDirector fd = new FormDirector(); fd.Licensing.SetSolutionName("ACMEImaging"); fd.Licensing.SetSolutionKey(0x1C3A023F, 0xA018F260, 0x37AF0E51, 0x557F2389); |
The Solution Key must be set in order to use runtime licensing.
The OEMLicense Key:
Copy Code | |
---|---|
FormDirector fd = new FormDirector(); fd.Licensing.SetSolutionName("ACMEImaging"); fd.Licensing.SetSolutionKey(0x1C3A029F, 0xA018F290, 0x37AF0E91, 0x557F2399); fd.Licensing.SetOEMLicenseKey("2.0.GQCC0EmUgONaI4QDZ32tpGWfpGW4gtbC0iIC0iN4bigYM3m3K5b..."); |
This property is not required for Automatically Reported Runtime licensing.